home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [51].lua < prev    next >
Encoding:
Text File  |  2011-11-07  |  730 b   |  18 lines

  1. -- Script [51]
  2. Starting = 0;
  3. SeaEvent = 1;
  4.  
  5. CrewID = math.random(0, CrewCount);
  6.   
  7. CrewName = GetCrewName(CrewID);
  8.  
  9. KillCrew(CrewID);
  10.  
  11. ShowStoryText("You ball up your fists but turn away and sigh, returning to your cabin. As you tuck yourself into your bed you hear the sounds of a fierce battle on the deck, followed by a sharp scream.");
  12.  
  13. ShowStoryText("When a crewman brings you your breakfast in the morning, it turns out that the cannibal was killed; pulled overboard by " .. CrewName .. ", giving his own life in the process. The crew sent out boats to search, but he was nowhere to be found.");
  14.  
  15. RemoveAlly("{1}");
  16.  
  17. AddCaptainsLog("Left the crew to deal some vicious mob justice to a cannibal murderer.");
  18.